Q3Light_SetColor
You can use theQ3Light_SetColor
function to set the color of a light.
TQ3Status Q3Light_SetColor ( TQ3LightObject light, const TQ3ColorRGB *color);
light
- A light object.
color
- A pointer to a
TQ3ColorRGB
structure specifying the desired color of the specified light.DESCRIPTION
TheQ3Light_SetColor
function sets the color of the light specified by thelight
parameter to the value specified by thecolor
parameter.